home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineSprite_324 / frame_320 / DoAction.as
Text File  |  2003-04-29  |  145b  |  12 lines

  1. score += 10;
  2. bonus += 1;
  3. _root.energy.energy -= 1;
  4. if(_root.energy.energy < 1)
  5. {
  6.    gotoAndPlay(321);
  7. }
  8. else
  9. {
  10.    gotoAndPlay(317);
  11. }
  12.